home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / gtk-2.0 / gdk-pixbuf / gdk-pixbuf.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-04-25  |  1.5 KB  |  43 lines

  1. /* GdkPixbuf library - Main header file
  2.  *
  3.  * Copyright (C) 1999 The Free Software Foundation
  4.  *
  5.  * Authors: Mark Crichton <crichton@gimp.org>
  6.  *          Miguel de Icaza <miguel@gnu.org>
  7.  *          Federico Mena-Quintero <federico@gimp.org>
  8.  *          Havoc Pennington <hp@redhat.com>
  9.  *
  10.  * This library is free software; you can redistribute it and/or
  11.  * modify it under the terms of the GNU Lesser General Public
  12.  * License as published by the Free Software Foundation; either
  13.  * version 2 of the License, or (at your option) any later version.
  14.  *
  15.  * This library is distributed in the hope that it will be useful,
  16.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  18.  * Lesser General Public License for more details.
  19.  *
  20.  * You should have received a copy of the GNU Lesser General Public
  21.  * License along with this library; if not, write to the
  22.  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  23.  * Boston, MA 02111-1307, USA.
  24.  */
  25.  
  26. #ifndef GDK_PIXBUF_H
  27. #define GDK_PIXBUF_H
  28.  
  29. #include <glib.h>
  30. #include <gdk-pixbuf/gdk-pixbuf-features.h>
  31. #include <glib-object.h>
  32.  
  33. #include <gdk-pixbuf/gdk-pixbuf-core.h>
  34. #include <gdk-pixbuf/gdk-pixbuf-transform.h>
  35. #include <gdk-pixbuf/gdk-pixbuf-animation.h>
  36. #include <gdk-pixbuf/gdk-pixbuf-simple-anim.h>
  37. #include <gdk-pixbuf/gdk-pixbuf-io.h>
  38. #include <gdk-pixbuf/gdk-pixbuf-loader.h>
  39. #include <gdk-pixbuf/gdk-pixbuf-enum-types.h>
  40.  
  41.  
  42. #endif  /* GDK_PIXBUF_H */
  43.